Database Triggers

Fire
When defining a trigger, you can specify the trigger timing - whether the trigger action is to be run Before or After the triggering statement.

When
To specify the trigger condition, which is a SQL condition that must be satisfied for the database to fire the trigger.

Columns
Choose the DDL statements that can cause the trigger to fire.